home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Tools / Text / Misc / TextloaderTNG / Rexx / SendtoPageStreamGFX.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1999-06-10  |  190 b   |  11 lines

  1. /* $VER: SendImage.rexx 1.0 for PStream3/4 © by Jochen Grus (10.06.99) */
  2.  
  3. OPTIONS RESULTS
  4. ADDRESS "PAGESTREAM"
  5. FILE="'ram:0.gfx'"
  6.   'placegraphic FILE ram:0.gfx FILTER UNIVERSAL'
  7.  
  8. return
  9.  
  10.  
  11.